An open API service indexing awesome lists of open source software.

https://github.com/linkorb/ace-editor-mode-php


https://github.com/linkorb/ace-editor-mode-php

Last synced: 5 months ago
JSON representation

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!