ArangoDB-PHP-Core API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • frankmayer
    • ArangoDbPhpCore
      • Api
        • Rest
      • Config
      • Connectors
      • Plugins
      • Protocols
        • Http
      • TraitRepository

Classes

  • Autoloader
  • Client
  • ClientOptions

Interfaces

  • ClientInterface
  • ConnectorInterface

Exceptions

  • ClientException
  • ConnectionException
  • Exception
  • ServerException

Namespace frankmayer\ArangoDbPhpCore

Namespaces summary

frankmayer\ArangoDbPhpCore\Api
frankmayer\ArangoDbPhpCore\Config
frankmayer\ArangoDbPhpCore\Connectors
frankmayer\ArangoDbPhpCore\Plugins
frankmayer\ArangoDbPhpCore\Protocols
frankmayer\ArangoDbPhpCore\TraitRepository

Classes summary

Autoloader

Handles automatic loading of missing class files The autoloader can be nested with other autoloaders. It will only process classes from its own namespace and ignore all others.

Client

The Client class. This is the base operating class through which everything cooperates. The class provides its own IOC Container for easy injection and instantiation of needed classes.

ClientOptions Class ClientOptions

Interfaces summary

ClientInterface Interface ClientInterface
ConnectorInterface A Connector Interface

Exceptions summary

ClientException Class ClientException
ConnectionException Class ConnectionException
Exception Class Exception
ServerException Class ServerException
ArangoDB-PHP-Core API Documentation API documentation generated by ApiGen