awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codeception/phalcon-demo

Open-source alternatives to Phalcon Demo

30 open-source projects similar to codeception/phalcon-demo, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Phalcon Demo alternative.

  • myriad-dreamin/tinymistMyriad-Dreamin 的头像

    Myriad-Dreamin/tinymist

    2,907在 GitHub 上查看↗

    Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document compiler, and project manager. It provides a standardized language service via the Language Server Protocol to enable editor features such as autocompletion, navigation, and semantic highlighting. The project distinguishes itself by integrating a TCP-based live preview server for real-time visual rendering and an advanced static analysis tool that utilizes abstract syntax trees and bidirectional type checking. It also includes a project management system capable of handling multi-fi

    Rustdapdap-serverformatter
    在 GitHub 上查看↗2,907
  • autoitmicro/microunittestingframeworkAutoItMicro 的头像

    AutoItMicro/MicroUnitTestingFramework

    5在 GitHub 上查看↗

    Micro - The AutoIt Unit Testing Framework

    AutoIt
    在 GitHub 上查看↗5
  • dragoon/django-seleniumD

    dragoon/django-selenium

    0在 GitHub 上查看↗

    .. image:: https://travis-ci.org/dragoon/django-selenium.png :target: https://travis-ci.org/dragoon/django-selenium

    在 GitHub 上查看↗0
  • bovigo/vfsstreambovigo 的头像

    bovigo/vfsStream

    1,436在 GitHub 上查看↗

    vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.

    PHP
    在 GitHub 上查看↗1,436

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
cakephp/cakephp-codesniffercakephp 的头像

cakephp/cakephp-codesniffer

231在 GitHub 上查看↗

This code works with squizlabs/php_codesniffer and checks code against the coding standards used in CakePHP.

PHP
在 GitHub 上查看↗231
  • cobrateam/splinterC

    cobrateam/splinter

    0在 GitHub 上查看↗

    ++++++++ splinter ++++++++

    在 GitHub 上查看↗0
  • codeception/codeceptionCodeception 的头像

    Codeception/Codeception

    4,855在 GitHub 上查看↗

    Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl

    PHP
    在 GitHub 上查看↗4,855
  • cypress-io/cypresscypress-io 的头像

    cypress-io/cypress

    50,113在 GitHub 上查看↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    TypeScriptangular-testing-librarycomponent-testingcypress
    在 GitHub 上查看↗50,113
  • dcramer/mock-djangodcramer 的头像

    dcramer/mock-django

    226在 GitHub 上查看↗

    mock-django ~~~~~~~~~~~

    Python
    在 GitHub 上查看↗226
  • deliciousraspberrypi/mockfiveD

    DeliciousRaspberryPi/MockFive

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • deltics/delphi.libsdeltics 的头像

    deltics/delphi.libs

    50在 GitHub 上查看↗

    Deltics delphi.libs

    Component Pascal
    在 GitHub 上查看↗50
  • dereuromark/cakephp-fixture-factoriesdereuromark 的头像

    dereuromark/cakephp-fixture-factories

    2在 GitHub 上查看↗

    CakePHP Fixture Factories Write and run your tests faster. On any PHP application.

    PHP
    在 GitHub 上查看↗2
  • django-behave/django-behavedjango-behave 的头像

    django-behave/django-behave

    196在 GitHub 上查看↗

    Tested on: - Python 2.7 - Python 3.3, 3.4 - Django v1.6-1.11

    Python
    在 GitHub 上查看↗196
  • django-nose/django-nosedjango-nose 的头像

    django-nose/django-nose

    885在 GitHub 上查看↗

    django-nose

    Python
    在 GitHub 上查看↗885
  • behave/behave-djangobehave 的头像

    behave/behave-django

    214在 GitHub 上查看↗

    behave-django |latest-version|

    Python
    在 GitHub 上查看↗214
  • dreadatour/flake8lintD

    dreadatour/Flake8Lint

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • facebook/jestfacebook 的头像

    facebook/jest

    45,448在 GitHub 上查看↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    TypeScript
    在 GitHub 上查看↗45,448
  • fakerphp/fakerfakerphp 的头像

    fakerphp/faker

    3,976在 GitHub 上查看↗

    Faker is a PHP fake data generator and testing utility used to produce realistic randomized values for populating databases and test applications. It serves as a localization library that generates data tailored to specific languages and regional formats, providing a framework for extending data generation through custom classes and domain-specific formatters. The library ensures repeatability in testing environments through deterministic random seeding. It includes mechanisms to control output quality, such as enforcing value uniqueness and simulating missing data by occasionally producing n

    PHP
    在 GitHub 上查看↗3,976
  • friendsofcake/fixturizeFriendsOfCake 的头像

    FriendsOfCake/fixturize

    24在 GitHub 上查看↗

    ` composer require friendsofcake/fixturize `

    PHP
    在 GitHub 上查看↗24
  • getsentry/sentry-javascriptgetsentry 的头像

    getsentry/sentry-javascript

    8,693在 GitHub 上查看↗

    This project is a JavaScript error tracking SDK and application performance monitoring tool. It captures runtime exceptions and crashes across web browsers, server-side environments, and edge computing contexts. The SDK includes a session replay tool that records visual user interactions to reproduce bugs. To ensure telemetry delivery, it provides a tunneling proxy that routes monitoring data through custom endpoints to bypass browser-level ad blockers. The toolkit also features a source map processor that translates minified stack traces back into original source code. Additionally, it cove

    TypeScriptangularcrash-reportingember
    在 GitHub 上查看↗8,693
  • infection/infectioninfection 的头像

    infection/infection

    2,209在 GitHub 上查看↗

    PHP Mutation Testing library

    PHP
    在 GitHub 上查看↗2,209
  • jhc-systems/delphiuiautomationjhc-systems 的头像

    jhc-systems/DelphiUIAutomation

    114在 GitHub 上查看↗

    Delphi classes that wrap the MS UIAutomation library.aspx).

    Pascal
    在 GitHub 上查看↗114
  • joke2k/django-fakerjoke2k 的头像

    joke2k/django-faker

    257在 GitHub 上查看↗

    Django-faker

    Python
    在 GitHub 上查看↗257
  • kahlan/kahlankahlan 的头像

    kahlan/kahlan

    1,146在 GitHub 上查看↗

    :heavycheckmark: PHP Test Framework for Freedom, Truth, and Justice

    PHP
    在 GitHub 上查看↗1,146
  • klen/mixerklen 的头像

    klen/mixer

    956在 GitHub 上查看↗

    Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.

    Python
    在 GitHub 上查看↗956
  • kmmbvnr/django-jenkinskmmbvnr 的头像

    kmmbvnr/django-jenkins

    937在 GitHub 上查看↗

    django-jenkins

    Python
    在 GitHub 上查看↗937
  • mhumm/delphi-code-coverage-wizard-plusMHumm 的头像

    MHumm/delphi-code-coverage-wizard-plus

    44在 GitHub 上查看↗

    Delphi Code Coverage Wizard is a GUI which makes running the command line based code coverage tool easier.

    Pascal
    在 GitHub 上查看↗44
  • michaeljustin/openctfmichaelJustin 的头像

    michaelJustin/openctf

    14在 GitHub 上查看↗

    The OpenCTF component test framework helps to build automatic tests for all (visual and non-visual) VCL components in a Delphi application. It is based on the DUnit framework, and it integrates well with existing test projects.

    Pascal
    在 GitHub 上查看↗14
  • mockery/mockerymockery 的头像

    mockery/mockery

    10,724在 GitHub 上查看↗

    Mockery is a PHP framework designed for creating test doubles, stubs, and spies to facilitate isolated unit testing. It serves as a utility for simulating class behavior, intercepting method calls, and validating arguments, allowing developers to replace real dependencies with mock objects to verify that code components interact as intended. The framework distinguishes itself through advanced capabilities for handling complex testing scenarios, such as bypassing constructors, mocking protected methods, and intercepting static calls or internal object instantiations. It provides a fluent inter

    PHPmockmockerymocking
    在 GitHub 上查看↗10,724
  • autoitmicro/autoitappveyorAutoItMicro 的头像

    AutoItMicro/AutoItAppveyor

    0在 GitHub 上查看↗

    AutoItAppveyor

    AutoIt
    在 GitHub 上查看↗0