Showing 27 open source projects for "phpunit"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    PHP-JWT

    PHP-JWT

    PHP package for JWT

    A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519. Use composer to manage your dependencies and download PHP-JWT. Optionally, install the paragonie/sodium_compat package from composer if your php is < 7.2 or does not have libsodium installed. If your private key contains \n characters, be sure to wrap it in double quotes "" and not single quotes '' in order to properly interpret the escaped characters. You must specify supported algorithms for your...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Request Factories

    Request Factories

    Test requests in Laravel without all the boilerplate

    Test requests in Laravel without all the boilerplate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Laravel Testbench Component

    Laravel Testbench Component

    Laravel Testing Helper for Packages Development

    Testbench Component is the de-facto package that has been designed to help you write tests for your Laravel package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PEST

    PEST

    Pest is an elegant PHP Testing Framework with a focus on simplicity

    Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. Pest gives you the most beautiful test reporting in the world, straight from the console! Also, the readable errors and stack traces make debugging lightning fast. Pest makes testing a breeze. Tests are easy to read and understand. Also, it's powered by PHPUnit, just run your current PHPUnit test suite with Pest and it will just work. You won't have to change a thing. Pest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    Codeception

    Codeception

    Full-stack testing PHP framework

    ... be executed inside a PHP framework. This way web applications can be executed without web servers to run faster and access application internals. Symfony, Laravel, Zend Framework, Yii, Phalcon are supported. Connect to various data sources MySQL, PostgreSQL, MongoDB, Redis, Memcache to use their data inside tests. Take snapshots to compare data changes with previous runs. Codeception is built on top of PHPUnit and is able to execute its tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PHP OAuth 2.0 Server

    PHP OAuth 2.0 Server

    A spec compliant, secure by default

    ... compliant. This ensures interoperability with other packages and frameworks. The library uses PHPUnit for unit tests. We use Github Actions, Scrutinizer, and StyleCI for continuous integration. In order to prevent man-in-the-middle attacks, the authorization server MUST require the use of TLS with server authentication as defined by RFC2818 for any request sent to the authorization and token endpoints. The client MUST validate the authorization server’s TLS certificate as defined by RFC6125.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Instantiator

    Instantiator

    A small, lightweight utility to instantiate objects in PHP

    This library provides a way of avoiding usage of constructors when instantiating PHP classes. The suggested installation method is via composer. The instantiator is able to create new instances of any class without using the constructor or any API of the class itself. The PHPUnit version to be used is the one installed as a dev- dependency via composer. This library was migrated from ocramius/instantiator, which has been donated to the doctrine organization, and which is now deprecated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9
    VarDumper Component

    VarDumper Component

    Provides mechanisms for walking through any arbitrary PHP variable

    The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump(). The VarDumper component creates a global dump() function that you can use instead of e.g. var_dump. By using it, you’ll gain per object and resource types specialized view to e.g. filter out Doctrine internals while dumping a single proxy entity, or get more insight on opened files with stream_get_meta_data. Configurable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10
    Data Structures for PHP 7

    Data Structures for PHP 7

    An extension providing efficient data structures for PHP 7

    An extension providing specialized data structures as efficient alternatives to the PHP array. Highlights the API, performance and other benefits. PHP has one data structure to rule them all. The array is a complex, flexible, master-of-none, hybrid data structure, combining the behaviour of a list and a linked map. But we use it for everything, because PHP is pragmatic: “dealing with things sensibly and realistically in a way that is based on practical rather than theoretical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP Console Highlighter

    PHP Console Highlighter

    Highlight PHP code in terminal

    Highlight PHP code in console (terminal). PHP 8.0, handle changed tokenization of namespaced names. GH Actions, set error reporting to E_ALL. PHPCS, various improvements. Added github actions change to changelog. Composer/Ant, move the build scripts to the Composer configuration. PHPCS, various improvements. PHPUnit, improve configuration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Klein

    Klein

    A fast & flexible router

    klein.php is a fast & flexible router for PHP 5.3+. Flexible regular expression routing (inspired by Sinatra) A set of boilerplate methods for rapidly building web apps. Almost no overhead. Unit tests are a crucial part of developing a routing engine such as Klein. Added features or bug-fixes can have adverse effects that are hard to find without a lot of testing, hence the importance of unit testing. This project uses PHPUnit as its unit testing framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Unit testing, mock objects and web testing framework for PHP built around test cases. If you know JUnit/JMock or some of the PHPUnit clones this will need no explanation. Includes a native web browser for testing web sites directly (no JavaScript).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    PHP Object Skeleton Ease

    Create and update your data-objects in minutes!

    Create and update your data-objects in minutes! Generates the 'getters' & 'setters', CRUD handler for PostgreSQL or MySQL and PHPUnit class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Light-weight test framework using PHPUnit and reporting in XML/HTML, supports feeding test data with MS Excel spreadsheets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A PHP MVC Framework designed to be 99% testable using the leading TDD frameworks out there. Visit http://www.sandboxfw.info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    pdoMap : the PHP ORM relational mapper
    pdoMap is a robust PHP ORM mapper with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHP Tool Integrations aim is to integrate usefull php tools such as PHP CodeSniffer, PHPUnit and PHP Depend into Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web Interface for PHPUnit It features runing tests in a web interface with ajax. Every test is run in sepparate sandbox so that they are not altered by the run of the other tests.Code coverage shown in a cool window that can be accessed easy from the web
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Automated test runners for PHPUnit, SimpleTest, PHPSpec
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHPUnitStats is a hook script for a SVN repository, which computes on each commit statistics of PHPUnit test cases performed by the author (by parsing the unified diff), and stores the result in a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CoolPHPUnit: A webbased GUI for PHPUnit from Sebastian Bergmann with easy excution of unit tests. The testcase runner gives colored, dynamic feedback of the tests progress. -- Cola: An Object for a Configuration Language in a TypoScript like Syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Provide a testing framework for PHP, similar to JUnit for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Heard of Unit Testing, but not sure how to use them in PHP. The "PHPUnit Cookbook" provides not only step by step instructions, but also all the code required to make it work.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    PHPUnit Test Runner Web User Interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next