https://github.com/linkorb/ace-editor-mode-php
https://github.com/linkorb/ace-editor-mode-php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linkorb/ace-editor-mode-php
- Owner: linkorb
- License: mit
- Created: 2018-06-27T06:18:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T20:43:01.000Z (almost 8 years ago)
- Last Synced: 2025-07-27T17:24:17.398Z (11 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ace-editor-mode-php
## Example
Example How to use:
```php
$fileInfo = pathinfo($filePath); // Path to the file//
$aceEditorMode = new \LinkORB\Ace\AceEditorMode();
$aceMode = $aceEditorMode->getAceMode($fileInfo['extension']);
echo $aceMode;
```
## Accessors
Please refer to `examples/` for examples.
## License
MIT (see [LICENSE.md](LICENSE.md))
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!