Cerys Lewis
0a9f77f82f
just a bit of tidying, nowt exciting
1 year ago
Cerys Lewis
a1a7c69b5d
committing what i've got before going home lol
2 years ago
Cerys Lewis
a62ed0667e
Delete QueryResponseWrapper.php
2 years ago
Cerys Lewis
f0de6b3702
aligning
2 years ago
Cerys Lewis
72c714dc56
`DELETE` query
2 years ago
Cerys Lewis
50934994a6
`GRANT` and `SELECT` examples now shadow the deegraph docs
2 years ago
Cerys Lewis
1cd138b3bd
returns proper constructors
2 years ago
Cerys Lewis
b1055d3148
aligning
2 years ago
Cerys Lewis
bab993ba06
trying to tidy up the code
used the built in ".editorconfig" file generator in phpstorm
2 years ago
Cerys Lewis
1cce3a14d9
started the move over to much more "builder" style
2 years ago
Cerys Lewis
af9cdb7cdf
function to get Actor
2 years ago
Cerys Lewis
4a1e8da97e
updated the regex
2 years ago
Cerys Lewis
841a433ded
better handing for different responses
2 years ago
Cerys Lewis
0a8d60c18a
made a start on the GRANT query
2 years ago
cerys
ec1a2b3c5f
Merge pull request 'Namespace changes and Query Response classes' ( #4 ) from dev into master
Reviewed-on: #4
2 years ago
Cerys Lewis
63d0f34705
working on getting a query response into classes
2 years ago
Cerys
26c7e8a0a6
stuff from the broken branch lol
2 years ago
cerys
5f180b4662
Add 'src/Enumerators/DeegraphNumericalComparator.php'
Signed-off-by: cerys <cerysamberlewis@gmail.com>
2 years ago
cerys
fcf164a27c
Delete 'src/Enumerators/DeegraphNumericalComparitor.php'
Signed-off-by: cerys <cerysamberlewis@gmail.com>
2 years ago
Cerys
05fce9e1c2
Update README.md
2 years ago
Cerys
c63c1e11e8
moved namespaces from `DeegraphPHP` to `DeegraphInteractions`
2 years ago
Cerys
80c62ee4e3
updated the name of the package
2 years ago
cerys
e0a462fdd3
Merge pull request 'Schema Generation Code' ( #2 ) from schema-creation into master
Reviewed-on: #2
2 years ago
Cerys
870368fa8c
moving all the schema code to another repo
https://git.darksparrow.uk/Packages_PHP/AuxiliumSchemaBuilder
2 years ago
Cerys
f7e4eb0b78
included code in the repo to generate the Message example schema
2 years ago
Cerys
923c249fd8
see desc.
I forgot to "uninclude" some code in the last commit as it doesn't do anything at the moment and doesn't contribute to the Schema generation... but hey ho, may as well throw the rest in haha!
2 years ago
Cerys
250f919cc8
added an example (source see desc.)
https://schemas.auxiliumsoftware.co.uk/v1/message.json
2 years ago
Cerys
25c0c96043
added `MimeType` as as a Field
2 years ago
Cerys
915ce12b93
bodged comments
2 years ago
Cerys
2640c65f5a
general tidying up
2 years ago
Cerys
be7423882d
will now throw an Exception if the Name isn't set
2 years ago
Cerys
ea440a10d9
more schema generation work
- need to comment up the Schema Builder
- general making it more strict
2 years ago
Cerys
7c6da14f84
enum for existence values
2 years ago
Cerys
b27ceacaa1
can roughly create a schema
2 years ago
Cerys
76cf239d88
created the base for the Attribute classes
2 years ago
Cerys
fb9d556547
the reflection stuff requires `phpunit/phpunit`
2 years ago
cerys
6243dfee5a
Merge pull request 'can handle basic requests' ( #1 ) from dev into master
Reviewed-on: Darksparrow/DeegraphPHP#1
2 years ago
Cerys
d58e212549
added to the `SELECT` query
2 years ago
Cerys
a9c7402c67
query runner now returns back an object
2 years ago
Cerys
97a4bc28ec
added the `X-Auxilium-Actor` HTTP header
2 years ago
Cerys
939aaf0de0
added `SelectQuery` to `RunQuery()`
2 years ago
Cerys Lewis
0f7c31a018
more defaults for the `DeegraphServer` constructor
2 years ago
Cerys Lewis
1b6cf141f4
will now verify Deegraph paths with regex
(regex nicked off alex in the office over discord lol)
2 years ago
Cerys Lewis
da167d130b
"`QueryBuilder` base class" methods are now static
2 years ago
Cerys Lewis
bf19e44221
test work
2 years ago
Cerys
67b7c27eb9
set the minimum stability to "dev"
2 years ago
Cerys Lewis
fd0fa7e224
renamed the QueryBuilder Operation classes
they now end in "Query"
2 years ago
Cerys Lewis
02c5b763b6
progress on the INSERT and SELECT operators
2 years ago
Cerys Lewis
e836dfb645
some basic tests
2 years ago
Cerys Lewis
28b1279d6e
classes to handle the underlying Deegraph connection
2 years ago