Showing 788 open source projects for "php report generator"

View related business solutions
  • Kinetic Software - Epicor ERP Icon
    Kinetic Software - Epicor ERP

    Discrete, make-to-order and mixed-mode manufacturers who need a global cloud ERP solution

    Grow, thrive, and compete in a global marketplace with Kinetic—an industry-tailored, cognitive ERP that helps you work smarter and stay connected.
  • Partful | 3D Explosion Parts Catalog Icon
    Partful | 3D Explosion Parts Catalog

    For Original Equipment Manufacturers, Head of After Sales, Parts Managers, Aftermarket Manager, Technical and Services, Maintenance

    Partful lets you showcase your products and parts in stunning 3D, allowing your customers to instantly find the right parts and click to order in one exploded view.
  • 1
    PHP Snowflake

    PHP Snowflake

    An ID Generator for PHP based on Snowflake Algorithm

    An ID Generator for PHP based on Snowflake Algorithm (Twitter announced). Snowflake is a network service that generates unique ID numbers at high scale with simple guarantees. If you want to generate unique IDs using the snowflake algorithm, you must ensure that sequence numbers generated within the same millisecond on the same node are unique. Based on this requirement, we have created this package which integrates multiple sequence number providers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lumen Generator

    Lumen Generator

    A Lumen Generator You Are Missing

    Do you miss any Laravel code generators on your Lumen project? If yes, then you're in the right place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Package Generator

    Package Generator

    Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP

    Package Generator generates a PHP SDK from any WSDL so you can easily consume any SOAP Web Service without wondering how SOAP is used under the hood. Package Generator provides many options to generate your package even if a few are required. This project has been tested with many WSDL and is currently used on the platform Providr.IO. Package Generator generates files that are detailed in the MANIFEST. You are encouraged to read it to understand how and why the files are generated in addition...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    iCalendar Generator

    iCalendar Generator

    Generate calendars in the iCalendar format

    Want to create online calendars so that you can display them on an iPhone's calendar app or in Google Calendar? This can be done by generating calendars in the iCalendar format (RFC 5545), a textual format that can be loaded by different applications. The format of such calendars is defined in RFC 5545, which is not a pleasant reading experience. This package implements RFC 5545 and some extensions from RFC 7986 to provide you an easy-to-use API for creating calendars. It's not our intention...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Strategy Execution Software | CI Project Management Icon
    Strategy Execution Software | CI Project Management

    Best for mid to large companies with a strategy that includes Continuous Improvement

    KPI Fire is Strategy Execution / Continuous Improvement Software that aligns your Improvement projects with your strategic goals and KPIs.
  • 5
    InfyOm Laravel Generator

    InfyOm Laravel Generator

    API and Admin Panel CRUD Generator for Laravel.

    We love open-source technologies and believe in contributing back to the community. With our proven expertise, our packages are used by thousands of developers every month. Generator Builder is an add-on package for Laravel generator which helps the developers to create CRUD and APIs via a visual interface. Swagger Generator package is an add-on package of Laravel generator which helps you to generate documentation of your APIs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Mix PHP

    Mix PHP

    PHP CLI mode development framework, supports Swoole, WorkerMan, etc.

    .../database and mix/redis in any environment; you can use the native code of mix/grpc to write gRPC; all modules can be combined as randomly as building blocks. PHP gRPC library based on Swoole co-process, including protoc code generator, server, customer end. Monitor changes in your Swoole program files and automatically restart the server-applicable to development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel CRUD Generator

    Laravel CRUD Generator

    Laravel CRUD Generator

    This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Html Menu Generator

    Html Menu Generator

    Html menu generator

    The spatie/menu package provides a fluent interface to build menus of any size in your PHP application. If you're building your app with Laravel, the spatie/laravel-menu provides some extra treats. All classes provide a human-readable, fluent interface (no array configuration). Additionally, you can opt for a more verbose and flexible syntax, or for convenience methods that cover most use cases. You can programmatically add html classes and attributes to any item in the menu, or to the menu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TALL-stack form generator

    TALL-stack form generator

    Laravel Livewire (TALL-stack) form generator with realtime validation

    Laravel Livewire (TALL-stack) form generator with real-time validation, file uploads, array fields, blade form input components, and more. This is not an admin panel generator, it is a package that auto-generates Laravel Livewire forms without you having to create any blade views.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-Based Software Licensing - Zentitle by Nalpeiron Icon
    Cloud-Based Software Licensing - Zentitle by Nalpeiron

    The #1 Software Licensing Solution. Release new Software License Models fast with no engineering. Increase software sales and drive up revenues.

    1000’s software companies have used Zentitle to launch new software products fast and control their entitlements easily - many going from startup to IPO on our platform. Our software monetization infrastructure allows you to easily build or
  • 10
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Html Menu Generator for Laravel

    Html Menu Generator for Laravel

    Html menu generator for Laravel

    .... There are some packages out there that can help generating menus, but most of them have a messy API or have become victims of feature creep. That's why we decided to create our own modern menu package that has a beautiful API to work with. We have provided full documentation containing lots of examples. In this post I'd like to walk you through it. The spatie/menu package provides a fluent interface to build menus of any size in your php application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel IDE Helper Generator

    Laravel IDE Helper Generator

    Complete PHPDocs, directly from the source

    ... via php artisan cache:clear if you encounter problems when running the commands. Some classes need a working database connection. If you do not have a default working connection, some facades will not be included. You can use an in-memory SQLite driver by adding the -M option. If you need additional information on your model from sources that are not handled by default, you can hook in to the generation process with model hooks to add extra information on the fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Reliese Laravel Model Generator

    Reliese Laravel Model Generator

    Reliese Laravel Model Generator

    Reliese Laravel Model Generator aims to speed up the development process of Laravel applications by providing some convenient code-generation capabilities. The tool inspects your database structure, including column names and foreign keys, in order to automatically generate Models that have correctly typed properties, along with any relationships to other Models. This package expects that you are using Laravel 5.1 or above. You will need to import the reliese/laravel package via composer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zasilkovna Client PHP

    Zasilkovna Client PHP

    Zasilkovna.cz PHP library supporting SOAP and REST API + custom Label

    This library provides SOAP and REST API implementations. Additionaly Branch implementation to fetch and store branch data and label implementation to generate labels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Smart and Readable Documentation PHP

    Smart and Readable Documentation PHP

    PHP 7.1 ready Smart and Simple Documentation for your PHP project

    ApiGen is easy to use and modern API doc generator supporting all PHP 8.1 features. ApiGen can be configured with apigen.neon configuration file. ApiGen is available as apigen/apigen Docker image which you can directly use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Static Analysis Tools for PHP

    Static Analysis Tools for PHP

    Docker image that provides static analysis tools for PHP

    Docker image providing static analysis tools for PHP. The list of available tools and the installer is actually managed in the jakzal/toolbox repository. Docker image with quality analysis tools for PHP. To run the selected tool inside the container, you'll need to mount the project directory on the container with -v "$(pwd):/project". Some tools like to write to the /tmp directory (like PHPStan, or Behat in some cases), therefore it's often useful to share it between docker runs, i.e. with -v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Intellij rainbow brackets

    Intellij rainbow brackets

    Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco

    Compatible with IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Gogland, DataGrip, Rider, MPS, Android Studio, HUAWEI DevEco Studio, DataSpell, Code With Me. Supports Java, Scala, Clojure, Kotlin, Python, Haskell, Agda, Rust, JavaScript, TypeScript, Erlang, Go, Groovy, Ruby, Elixir, ObjectiveC, PHP, HTML, XML, SQL, Apex language, C#, Dart, Pug/Jade, Bash, Vue.js, C# Razor Pages, GLSL(the OpenGL Shading Language), Go Template, C++, C, etc. Eliminate context switching...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 18
    HackTools

    HackTools

    The all-in-one Red Team extension for Web Pentesters

    The all-in-one Red Team browser extension for Web Pentesters. HackTools, is a web extension facilitating your web application penetration tests, it includes cheat sheets as well as all the tools used during a test such as XSS payloads, Reverse shells and much more. With the extension you no longer need to search for payloads in different websites or in your local storage space, most of the tools are accessible in one click. HackTools is accessible either in pop-up mode or in a whole tab in...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    Barcode

    Barcode

    Laravel Barcode Generator

    This is a barcode generation package inspired by https://github.com/tecnickcom/TCPDF. Actually, I use that package's underline classes for generating barcodes. This package is just a wrapper of that package and adds compatibility with Laravel 5.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    word_cloud

    word_cloud

    A little word cloud generator in Python

    A little word cloud generator in Python. The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7. If you are using conda, you can install from the conda-forge channel. wordcloud depends on numpy and pillow. To save the wordcloud into a file, matplotlib can also be installed. If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    A Fluent Builder For Schema.org Types

    A Fluent Builder For Schema.org Types

    A fluent builder Schema.org types and ld+json generator

    spatie/schema-org provides a fluent builder for all Schema.org types and their properties. The code in src is generated from Schema.org's JSON-LD standards file, so it provides objects and methods for the entire core vocabulary. The classes and methods are also fully documented as a quick reference. We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    SiteOne Crawler

    SiteOne Crawler

    SiteOne Crawler is a website analyzer and exporter

    SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS, and Linux (x64 and arm64 too). It will crawl your entire website in depth, analyze and report problems, show useful statistics and reports, generate an offline version of the website, generate sitemaps, or send reports via email. Watch a detailed video with a sample report for Astro. build website. This crawler can be used as a command...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Pinyin

    Pinyin

    A high-quality solution for converting Chinese to Pinyin

    ... memory consumption. Disadvantages, slow conversion, not as fast as memory conversion, php >= 5.5. Small memory type, load dictionary shards into memory. In-memory, preload all dictionaries into memory. Do not load into memory, open dictionary line by line traversal using file stream and allocate single line memory using php5.5 generator (yield) feature.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    apiDoc

    apiDoc

    RESTful web API documentation Generator

    apiDoc creates a documentation from API annotations in your source code. apiDoc gives you the ability to attach a version number to an API so you can easily track changes between versions. Creates an apiDoc of all files within dir myapp/, uses template from dir mytemplate/ and put all output to dir apidoc/. Without any parameter, apiDoc generate a documentation from all .cs .dart .erl .go .java .js .php .py .rb .ts files in current dir (incl. subdirs) and writes the output to ./doc/. apiDoc...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Laravel Sitemap

    Laravel Sitemap

    Create and generate sitemaps with ease

    This package can generate a sitemap without you having to add urls to it manually. This works by crawling your entire site. The generator has the ability to execute JavaScript on each page so links injected into the dom by JavaScript will be crawled as well. The easiest way is to crawl the given domain and generate a sitemap with all found links. The destination of the sitemap should be specified by $path. If you don't want a crawled link to appear in the sitemap, just don't return...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next