Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic committed Feb 16, 2021
1 parent b3688fc commit 5e3b0ea
Show file tree
Hide file tree
Showing 9 changed files with 3,665 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# MODxAPI
legacy libs for Evolution CMS 3.0
Legacy libs for Evolution CMS 3.0.

```
use Pathologic\EvolutionCMS\MODxAPI\modResource;
...
$doc = new modResource($modx);
...
```
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "pathologic/modxapi",
"description": "MODxAPI for Evolution CMS",
"license": "MIT",
"authors": [
{
"name": "pathologic",
"email": "m@xim.name"
}
],
"require": {
"pathologic/doctrine-cache-bridge": "*"
},
"autoload": {
"psr-4": {
"Pathologic\\EvolutionCMS\\MODxAPI\\": "src/"
}
}
}
Loading

0 comments on commit 5e3b0ea

Please sign in to comment.