Libraries tagged by actors
ernestdefoe/federation
53 Downloads
ActivityPub federation for Flarum 2 — make your community a discoverable, followable fediverse actor. People on Mastodon, Lemmy and other servers can follow @{community}@{host} (and individual members) and receive every new discussion in their timeline. Inbound replies and likes flow back in as posts and reactions. No core files touched.
danielpetrica/activitypub-for-laravel
76 Downloads
ActivityPub server implementation for Laravel applications. WebFinger, actor profiles, inbox/outbox, and federation.
glamorous/tmdb-php-api
126 Downloads
PHP Class for using TMDb (themoviedb.org) API. Because of IMDB hasn't an API we provide this PHP5 class. It's pretty easy to recieve all information about a movie or an actor. No scraping needed.
visanduma/nova-actor
1012 Downloads
Simple user switch for development environment
nazirul-amin/sentinel-actor
65 Downloads
A Laravel package for monitoring applications by sending exception and event data to webhook endpoints with HMAC-SHA256 signature verification.
hasyirin/laravel-actor
551 Downloads
A polymorphic action log for Eloquent models — track who did what, when.
djl997/laravel-actor-is-active
194 Downloads
A package to set online status to an actor model (the User in most cases).
sprintf/workflow-bundle
2813 Downloads
Symfony Workflow Bundle by Sprint-F.RU
sprintf/wolfflow-bundle
1257 Downloads
Symfony WolffloW Bundle by Sprint-F.RU
de-swebhosting-typo3-extension/theaterinfo
495 Downloads
Theater info - Displays information about theater plays, actors and their roles and tasks
apify/apify-client
57 Downloads
Official, experimental (AI-generated and AI-maintained) Apify API client for PHP: run Actors, manage storages (datasets, key-value stores, request queues), schedules, webhooks and more.
xu42/imdb
45 Downloads
Crawl IMDb movie rating, content rating, release date, poster, presentation, director, actor, duration and other information
systemverk/laravel-api-usage
10 Downloads
Self-hosted, actor-aware API usage analytics for Laravel. Track who uses your API, which endpoints they use, how much they use them, and how they perform.
nythros/framework
20 Downloads
Nythros 游戏框架层(Game framework layer):三基类(BasePlayer/BaseMonster/BaseNPC,继承 engine 的 Actor\BaseActor)+ 战斗模块(Combat/CombatService + MonsterActor + DropEntity/DropTable + EntityTypeIndex)+ 背包(Inventory)+ 社交模块(Social/SocialService + Team/Guild/Location 存储)+ 玩家 Actor(Actor/PlayerActor)+ 身份(Auth/Identity)+ 插件机制(PluginInterface/PluginRegistry + Skill/Item/Buff 官方插件)+ 实时服务器运行时(Server/RealtimeServer + ConnectionRegistry + FrameMerger)+ 部署(Deploy/DeployConfig)+ 观测(Observability/PerfSampler)+ 持久化管道(Persistence/ArchivePipeline)。
nythros/engine
22 Downloads
Nythros 游戏引擎核心(Game engine core):契约、内核、调度、世界、实体、Actor、AOI、事件、网络、协议、安全、持久化、集群 15 个核心模块的物理合并。