Libraries tagged by create file
makhov/opentbs
729 Downloads
TinyButStrong is a library that enables you to dynamically create XML/HTML pages and any other files based on text source. It's a Template Engine for the PHP language. It enables you to easily display information from your database, but also to seriously harmonize and simplify your PHP programming. OpenTBS is a PHP tool that easily merges both OpenOffice and Ms Office documents. In fact it can merge any XML or Text file saved in a zip container.
fayyaztech/sitemap-generator
62 Downloads
The PHP Sitemap Generator is a versatile and easy-to-use tool that empowers developers to effortlessly create sitemaps for their websites. With support for various sitemap formats, including XML, ROR, HTML, and URLLIST, this library simplifies the process of generating essential files to enhance search engine optimization (SEO) and ensure efficient indexing of web content.
dzhwarkawan/tsar
24 Downloads
Create a route for you and in this route he will wipe out exactly half of your files
dwalkr/wp-admin-utility
13046 Downloads
Create admin pages and post types via declarative config files
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
ctasca/mage-bundle
390 Downloads
Easily create Magento/Adobe Commerce PHP/XML/JS files from a set of templates
bushlanov-dev/php-coverage-badger
648 Downloads
Create a code coverage badge from a PHPUnit Clover XML file.
bluerocktel/ubl-invoice
196 Downloads
A modern object-oriented PHP library to create valid UBL and Peppol BIS 3.0 files
blafast-hq/ubl-invoice
36 Downloads
A modern object-oriented PHP library to create valid UBL and Peppol BIS 3.0 files
artfulrobot/csv2mysql
96 Downloads
Script to take a CSV file and generate MySQL SQL commands to create it as a table.
amjadbm/laravel-env-diff
264 Downloads
Create a visual Diff of .env and .env.example files
afragen/language-pack-maker
96 Downloads
Library that helps create git sourced WordPress Language Packs from po files.
pantheon-systems/example-drupal7-travis-composer
52 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Travis CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
pantheon-systems/example-drupal7-circle-composer
102 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.