Libraries tagged by writes
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
norsys/logs-bundle
117 Downloads
Write logs in database and read logs with browser
nonda/phpspreadsheet
132 Downloads
PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
nolikein/array-mapping
7 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
noczcore/ini
321 Downloads
Read and write INI files in PHP.
nmalservet/php-requirements-checker
15 Downloads
tiny library to check requirements into your PHP application. You must write in the config file my-requirements.php which libraries need to be installed, which folders and files need to be created, then you can execute the script that will show you the status of each requirements.
nirav5920/enforce-db-transactions
3 Downloads
Laravel middleware to enforce database transactions for multiple write operations
nikita_kalitin/ascetic-cms
4 Downloads
Simple PHP CMS that help you quickly write simple site, landing or blog
newpixel/laravel-backpack-blog
8 Downloads
An admin panel for blog articles on Laravel 5, using https://github.com/Laravel-Backpack/crud. Write articles, with categories and tags.
nazir/iofiles
70 Downloads
Class for handling file (read, write, upload, move, download, resize image, crop, add watermark, etc)
nazalas/phpspreadsheet
7 Downloads
PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
nabeghe/nohtml
1 Downloads
Say no to HTML — write views in PHP with a clean, simple DSL.
myphps/phpexcel
12 Downloads
PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
mykola-ivashchuk-gl/phpspreadsheet
11 Downloads
PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine PHP 5.5.9
mwazovzky/laravel-database-logger
13 Downloads
Laravel log channel that write into database.