arangodb-php icon indicating copy to clipboard operation
arangodb-php copied to clipboard

PHP ODM for ArangoDB

Results 36 arangodb-php issues
Sort by recently updated
recently updated
newest added
trafficstars

Should we deprecate `autoload.php` and make invoking the autoloader directly the preferred approach? Another approach would be to move `autoload.php` into the ArangoDB folder. What do you guys think about...

discussion

This is how it looks in symfony when the driver throws an exception - not really self-explaining without the additional information available via getDetails. I was wondering if there is...

question
discussion

I have rewritten FoxxHandler to use the foxx-api as it is documented. Added abilities for install: - pass 'configuration' and 'dependencies' - set 'legacy', 'setup', 'teardown', 'development' options Added abilities...

When I look at the most popular programming languages worldwide according to the PYPL Index in November 2023 on statista.com, I see "PHP" in 6th place directly behind "C#" (.net)...

@pluma4345 @Simran-B mentioned on Slack that this repository is no longer maintained. This PR adds an adequate hint to the top of the readme so fellow internet travelers will become...

Run tests with PHP 8.2 gives the following output: ``` Deprecated: Creation of dynamic property ArangoDBClient\AdminTest::$adminHandler is deprecated in ./tests/AdminTest.php on line 22 Deprecated: Creation of dynamic property ArangoDBClient\AdminTest::$connection is...