PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Aby Dahana   Aksara   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: chore: synchronize remaining assets and core configurations

- Updated global JS and translations to support new Page Builder phrases.
- Updated Page migration and controller to align with the latest CMS structure.
- Included SortableJS dependency in CMS assets.
- Refined README and project configurations.
Date: 2 days ago
Size: 1,678 bytes
 

Contents

Class file image Download
{ "name": "abydahana/aksara", "type": "project", "description": "Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!", "homepage": "https://www.aksaracms.com", "license": "MIT", "authors": [ { "name": "Aby Dahana", "email": "abydahana@gmail.com", "homepage": "https://abydahana.github.io", "role": "Developer" } ], "keywords": ["aksara", "aksaracms", "aksara cms", "headless cms","restful", "api", "codeigniter", "framework", "crud", "crud generator"], "require": { "php": "^8.2", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "codeigniter4/framework": "~4.7.0", "twig/twig": "^3.7", "hybridauth/hybridauth": "^3.10", "mpdf/mpdf": "^8.0", "chillerlan/php-qrcode": "^3.3", "picqer/php-barcode-generator": "^2.1", "phpoffice/phpspreadsheet": "^2.2", "halaxa/json-machine": "^1.1", "gasparesganga/php-shapefile": "^3.4", "phpoffice/phpword": "^1.4", "brick/geo": "^0.13.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.14", "phpstan/phpdoc-parser": "^1.16" }, "scripts": { "cs-fix": [ "php-cs-fixer fix --ansi" ] }, "scripts-descriptions": { "cs-fix": "Fixing the coding style" } }