Search Results for "unity source code" - Page 3

Showing 1621 open source projects for "unity source code"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Laravel HeyMan

    Laravel HeyMan

    Declarative style of authorization and validation in laravel

    The declarative style of authorization and validation in Laravel. Heyman continues where the other role-permission packages left off. You can fully decouple authorization and a lot of guarding code from the rest of your application code and put it in an other place. So your Controllers and Routes become less crowded and you will have a central place where you limit the access of users to your application or perform Request validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tokenizer

    Tokenizer

    A small library for converting tokenized PHP source code into XML

    A small library for converting tokenized PHP source code into XML. You can add this library as a local, per-project dependency to your project using Composer. If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHPDoc-Parser for PHPStan

    PHPDoc-Parser for PHPStan

    Next-gen phpDoc parser with support for intersection types

    Next-generation phpDoc parser with support for intersection types and generics. This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code. Initially you need to run composer install or composer update in case you aren't working in a folder that was built before. Afterward, you can either run the whole build including linting and coding standards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Static Analysis Tools for PHP

    Static Analysis Tools for PHP

    Docker image that provides static analysis tools for PHP

    ... "$(pwd)/tmp-phpqa:/tmp". If you want to be able to interrupt the selected tool if it takes too much time to complete, you can use the --init option. Some tools are not included in the docker image, to use them refer to their documentation. Provides utilities to report legacy tests and usage of deprecated code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage projects, tasks, file storage, and messaging with Morningmate Icon
    Manage projects, tasks, file storage, and messaging with Morningmate

    Project management and collaboration made easy and flexible for all teams across your organization.

    Essential work tools made simple and integration free. Collaborate on a unique work feed that organizes all of your work posts chronologically like a social feed, making it easy to surf through projects and tasks seamlessly with everyone. Forget about all the lost documents and constant resending of work. Attach important files and information on a post, pin it to find it quickly, and engage with the team directly through comments to get their feedback. Schedule physical or virtual meetings with everyone by adding a location, video conference link through Zoom or Microsoft Teams integrations, and even set up reminder notifications so you never miss any event.
    Learn More
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    LogViewer

    LogViewer

    Provides a log viewer for Laravel

    This package allows you to manage and keep track of each one of your log files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tracy

    Tracy

    Ease debugging PHP code for cool developers

    Tracy is a tool designed to facilitate debugging PHP code. It is a useful assistant to all PHP programmers, which helps with clear visualizing and logging errors, dumping variables and a lot more. Tracy hints and corrects you just like a good friend watching your back. Look at the picture above. Yes, "did you mean $greeting?" was added to a well-known PHP notice by Tracy. Maybe you feel like: “If Tracy’s so clever, she could fix that error as well!” That is exactly what she can do. One-click...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Timber themes

    Timber themes

    Create WordPress themes with OOP code and the Twig template engine

    Timber helps you create fully-customized WordPress themes faster with more sustainable code. With Timber, you write your HTML using the Twig Template Engine separate from your PHP files. This cleans up your theme code so, for example, your PHP file can focus on being the data/logic, while your Twig file can focus 100% on the HTML and display. Once Timber is installed and activated in your plugins directory, it gives any WordPress theme the ability to take advantage of the power of Twig...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EventDispatcher Component

    EventDispatcher Component

    Tools that allow your application components to communicate

    The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them. Object-oriented code has gone a long way to ensuring code extensibility. By creating classes that have well-defined responsibilities, your code becomes more flexible and a developer can extend them with subclasses to modify their behaviors. But if they want to share the changes with other developers who have also made their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy Online Timesheets | ClickTime Icon
    Easy Online Timesheets | ClickTime

    ClickTime helps organizations plan and account for the time, costs, and revenue associated with their projects.

    Every project you pursue is a choice. With ClickTime, you’ll have the tools to track how much effort is placed into each initiative, measure their costs, and analyze their performance. So when it’s time to choose your next project, you’ll always know which ones are worth investing in.
    Learn More
  • 10
    Event Tickets

    Event Tickets

    Event Tickets allows your visitors to RSVP and buy tickets to events

    Welcome to the Event Tickets repository on GitHub. Here you can browse the source code and keep track of development. Event Tickets provides a simple way for visitors to RSVP or purchase tickets to your events. As a standalone plugin, it enables you to add RSVPs or tickets to posts or pages. When paired with The Events Calendar, you can add that same functionality directly to your event listings. Event Tickets puts dozens of features at your fingertips to make ticketing and registration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel Feature Flags

    Laravel Feature Flags

    A Laravel package for handling feature flags

    A Feature flag is at times referred to as a feature toggle or feature switch. Ultimately it's a coding strategy to be used along with source control to make it easier to continuously integrate and deploy. The idea of the flags works by essentially safeguarding sections of code from executing if a feature flag isn't in a switched-on state. This package aims to make implementing such flags across your application a great deal easier by providing solutions that work with not only your code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Testcontainers for PHP

    Testcontainers for PHP

    Implementation for PHP

    Testcontainers is a PHP package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The package is inspired by the Testcontainers project for Java. Use a containerized instance of your database to test your data access layer code for complete compatibility, without requiring a complex setup on developer machines. Trust that your tests will always start with a known state. Use containerized web browsers, compatible with Selenium, to run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Scramble

    Scramble

    Modern Laravel OpenAPI (Swagger) documentation generator

    Scramble is OpenAPI (Swagger) documentation generator for Laravel. It generates API documentation for your project automatically without requiring you to manually write PHPDoc annotations. The documentation is generated in OpenAPI 3.1.0 format. To show the documentation in UI, Stoplight Elements is used. The main motto of the project is to generate as much API documentation automatically as possible. This allows you to focus on code and avoid annotating every possible param/field as it may...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WireUI

    WireUI

    TallStack UI components

    .... Beautiful notifications, icons, and form components to improve your code. A simple documentation with real-life examples and details of usage. Code example and UI example. The simple and complete API creates many notifications for all use cases, alerts a completed action or asks if are sure to confirm the action.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UNIT3D Community Edition

    UNIT3D Community Edition

    Private Torrent Tracker Built With Laravel, Livewire and AlpineJS

    We have been developing a Private Torrent Tracker Software called UNIT3D. This is a PHP software based on Laravel 10, Livewire and AlpineJS. It is MySQL Strict Mode Compliant, and PHP 8.2 Ready. The code is well-designed and follows the PSR-2 coding style. It uses an MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    moment.php

    moment.php

    Parse, validate, manipulate, and display dates in PHP

    Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js. PHP 5.3 or later since moment.php is based on php's DateTime Class. You can now inject different format handling by passing along a class that implements the FormatsInterface. You can find an example within the test folder for implementing all formats from moment.js. The immutable mode makes all modification methods call cloning() implicitly before applying their modifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UserFrosting

    UserFrosting

    Modern PHP user login and management framework++

    If you simply want to show that you like this project, or want to remember it for later, you should star, not fork, this repository. Forking is only for when you are ready to create your own copy of the code to work on. UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Spiral Framework

    Spiral Framework

    High-Performance PHP Framework for large scale applications

    Born out of real-world software development projects, Spiral Framework is a modern PHP framework designed to power faster, cleaner, superior software development. Due to its design and sophisticated application server, Spiral Framework will execute your code up to 10 times faster than Laravel or Symfony without compromising code quality or compatibility with commonly-used libraries. Spiral Framework provides all the tools you need to write secure applications with embedded encryption, CSRF...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Zephir

    Zephir

    Compiled high level language aimed to the creation of C-extensions

    ... on Windows. Zephir, an open-source, high-level language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety. Zephir is a language that addresses the major needs of a PHP developer trying to write and compile code that can be executed by PHP. It is a dynamically/statically typed, some of its features can be familiar to PHP developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PsySH

    PsySH

    A runtime developer console, interactive debugger and REPL for PHP

    ... about your code, and everyone else's. Easily list and search all variables, constants, classes, interfaces, traits, functions, methods and properties. Easily show the source code for any userland object, class, interface, trait, constant, method or property. Show, search, save and replay your shell history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Emogrifier

    Emogrifier

    Converts CSS styles into inline style attributes in your HTML code

    Emogrifier converts CSS styles into inline style attributes in your HTML code. This ensures proper display on email and mobile device readers that lack stylesheet support. This utility was developed as part of Intervals to deal with the problems posed by certain email clients (namely Outlook 2007 and GoogleMail) when it comes to the way they handle styling contained in HTML emails. As many web developers and designers already know, certain email clients are notorious for their lack of CSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mix PHP

    Mix PHP

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

    MixPHP is a PHP command line model development framework; based on VegaDriven HTTP can support at the same time Swoole, WorkerMan, FPM, CLI-ServerEcology, and can be seamlessly switched; V3It is a highly decoupled version. The overall code is constructed based on multiple independent modules. Even if the user does not use our scaffold, these independent modules can be used, and all modules support native development. For example you can use only mix/vega to match laravel orm; you can use mix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LaRecipe

    LaRecipe

    Write gorgeous documentation for your products using Markdown

    Write gorgeous documentation with Markdown inside your Laravel apps. LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app. Configure your entire docs with simple PHP code. None of your docs configurations is stored in the database. LaRecipe provides a bunch of amazing-looking UI Vue-based components powered by TailwindCSS. LaRecipe allows you add your own custom assets though custom packages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lada Cache

    Lada Cache

    A Redis based, fully automated and scalable database cache layer

    A Redis-based, fully automated, and scalable database cache layer for Laravel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laravel Widgetize

    Laravel Widgetize

    A minimal package to help you make your laravel application cleaner

    A minimal package to help you make your Laravel application cleaner and faster.
    Downloads: 0 This Week
    Last Update:
    See Project